html {
  font-size: 62.5%;
}
body {
  margin: 0 auto;
  padding: 0;
  font-family: "Microsoft YaHei", Arial, "Helvetica";
  color: #666666;
}
* {
  /*-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;*/
  box-sizing: border-box;
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
}
img {
  border: 0;
  max-width: 100%;
}
/*djs增加*/
/*增加完毕*/
a {
  color: #666;
  text-decoration: none;
  transition: 0.3s all ease;
}
a:hover {
  text-decoration: none;
  outline: none;
  color: #2baae7;
}
a:focus {
  outline: none;
  text-decoration: none;
  color: #666;
}
:focus {
  outline: none;
}
html,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}
ul,
ol,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}
em {
  font-style: normal;
}
b {
  font-weight: bold;
}
.left {
  float: left;
}
.right {
  float: right;
}
.hidden {
  display: none !important;
}
.show {
  display: block;
}
.aling-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
.clearfix:after {
  clear: both;
  display: block;
  content: "";
}
.white {
  background: white;
}
.ContaineR {
  width: 1200px;
  margin: 0 auto;
}
input {
  -webkit-appearance: none;
  outline: none;
  font-family: "Microsoft YaHei", Arial, "Helvetica";
  color: #666666;
}
input[type="checkbox"] {
  width: 16px;
  height: 16px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 14px;
  position: relative;
  margin-right: 12px;
}
input[type="checkbox"]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  border: 1px solid #d9d9d9;
}
input[type="checkbox"]:checked::before {
  content: "\2713";
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: 1px solid #54b3e1;
  color: #54b3e1;
  font-size: 20px;
  font-weight: bold;
}
input[type="radio"] {
  width: 16px;
  height: 16px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  position: relative;
  margin-right: 12px;
  border-radius: 100%;
}
input[type="radio"]::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 100%;
}
input[type="radio"]:checked::before {
  background-color: #fff;
  position: absolute;
  top: -3px;
  left: 0;
  width: 10px;
  height: 10px;
  padding: 3px;
  background-color: #54b3e1;
  background-clip: content-box;
  box-shadow: inset 0 0 1px #54b3e1, 0 0 1px #54b3e1;
}
@media (max-width: 767px) {
  .ContaineR {
    width: 100%;
    margin: 0 auto;
  }
  #map {
    width: 100%;
    height: auto;
    min-height: 300px;
    margin-bottom: 20px;
  }
}
